Click or drag to resize

ServiceTentativelyAcceptMeetingRequest Method (IListTentativelyAcceptItem, MessageDisposition)

Tentatively accepts meeting requests.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> TentativelyAcceptMeetingRequest(
	IList<TentativelyAcceptItem> tentativelyAcceptItems,
	MessageDisposition messageDisposition
)

Parameters

tentativelyAcceptItems
Type: System.Collections.GenericIListTentativelyAcceptItem
The tentatively accept items.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also